Package com.cisco.pt.ipc.sim.pdu
Interface NFFlowSet
- All Known Implementing Classes:
NFFlowSetImpl
-
Method Summary
Modifier and TypeMethodDescriptionintintvoidsetDataFlow(NFFlow dataFlow) voidsetFlowSetId(int flowSetId) voidsetFlowSetLength(int flowSetLength) voidsetFlowSetType(FlowSetType flowSetType) voidsetFlowTemplate(NFTemplate flowTemplate) Methods inherited from interface com.cisco.pt.ipc.sim.pdu.Signal
encodeTypeAndPayload, getFieldValue, getOrderedFieldNames, pduRead
-
Method Details
-
getDataFlow
NFFlow getDataFlow()- Returns:
- NFFlow Returns a NFFlow
-
setDataFlow
- Parameters:
dataFlow- Takes in a parameter of dataFlow
-
getFlowSetType
FlowSetType getFlowSetType()- Returns:
- FlowSetType Returns a FlowSetType
-
setFlowSetType
- Parameters:
flowSetType- Takes in a parameter of flowSetType
-
getFlowSetId
int getFlowSetId()- Returns:
- int Returns a int
-
setFlowSetId
void setFlowSetId(int flowSetId) - Parameters:
flowSetId- Takes in a parameter of flowSetId
-
getFlowSetLength
int getFlowSetLength()- Returns:
- int Returns a int
-
setFlowSetLength
void setFlowSetLength(int flowSetLength) - Parameters:
flowSetLength- Takes in a parameter of flowSetLength
-
getFlowTemplate
NFTemplate getFlowTemplate()- Returns:
- NFTemplate Returns a NFTemplate
-
setFlowTemplate
- Parameters:
flowTemplate- Takes in a parameter of flowTemplate
-